Esx Hcl Hosts CompatibilityReport ServerCompatibility

Esx Hcl Hosts CompatibilityReport ServerCompatibility
Esx Hcl Hosts CompatibilityReport ServerCompatibility

This Esx Hcl Hosts CompatibilityReport ServerCompatibility schema contains properties that provide the compatibility information for a server model, cpu and BIOS.

JSON Example
{
    "bios_constraints": [
        {
            "bios": {
                "version": "string",
                "vendor": "string"
            },
            "notes": [
                {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": "Vapi Std NestedLocalizableMessage Object",
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            ]
        }
    ],
    "cpu_series": "string",
    "supported_releases": [
        "string"
    ],
    "vcg_link": "string",
    "notes": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
bios_constraints
Optional

Lists the BIOS constraints that the target ESXi release has for this server.

If missing or null no constraints are present as server is either not compatible or compatibility information is not found.

string
cpu_series
Required

The CPU series name.

array of string
supported_releases
Optional

Provides information about supported releases for this entry.

If missing or null server is compatible with the given target release.

string As uri As uri
vcg_link
Required

Provides link to the VMware Compatibility Guide for further information on the compatibility.

notes
Optional

Information that needs to be taken into account when considering this server hardware compatibility.

Only set if there is any information reported.